From a34abf475d59d295c08735a6f1d9dbf26663f1ef Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 9 Feb 2007 16:49:29 +0000 Subject: [PATCH] * image-mode.el (image-mode): Revert 2007-01-30 changes. * image.el (image-type-auto-detectable): Don't autodetect x[pb]m. (image-type-auto-detected-p): Fail if another match is found in auto-mode-alist. * files.el (magic-mode-alist): Call image-mode instead of image-mode-maybe for autodetected images. --- lisp/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 163b524606f..926af81260c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2007-02-09 Chong Yidong + + * image-mode.el (image-mode): Revert 2007-01-30 changes. + + * image.el (image-type-auto-detectable): Don't autodetect x[pb]m. + (image-type-auto-detected-p): Fail if another match is found in + auto-mode-alist. + + * files.el (magic-mode-alist): Call image-mode instead of + image-mode-maybe for autodetected images. + 2007-02-09 Juanma Barranquero * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file): -- 2.30.2